home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Macintosh Demo Applications CD
/
Apple-MacintoshDemoApplicationsCD-1.0-1992.bin
/
More Information
/
GQL V3.0
/
GQL⁄User
/
GQL_User.rsrc
/
STR#_1350.txt
< prev
next >
Wrap
Text File
|
1992-08-10
|
515b
|
45 lines
UPPER
delete from ^0 where ^2;
insert into ^0 (^1) values (^2);
update ^0 set ^1 where ^2;
select distinct ^0 from ^1 ;
select count(*) from ^1;
set long %d%s
drop table ^0;
^0 ^1^2
create table ^0 (^1);
ERROR
ERROR
select cname,coltype,nulls,width,scale from columns where tname = '^0' and creator = '^creator^';
select tname, creator from catalog where (tabletype = 'TABLE' or tabletype = 'VIEW') and creator = '^creator^' order by tname;
set numwidth %d%s
set linesize %d%s
SQL>
SQL>